Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
RasterMarkerMetadata Constructor(Int32,Byte[])
See Also 
Leadtools Namespace > RasterMarkerMetadata Class > RasterMarkerMetadata Constructor : RasterMarkerMetadata Constructor(Int32,Byte[])




id
The marker id.
data
The data for the marker.
Initializes a new instance of the RasterMarkerMetadata class with the specified values.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal id As Integer, _
   ByVal data() As Byte _
)
Visual Basic (Usage)Copy Code
Dim id As Integer
Dim data() As Byte
 
Dim instance As RasterMarkerMetadata(id, data)
C# 
public RasterMarkerMetadata( 
   int id,
   byte[] data
)
Managed Extensions for C++ 
public: RasterMarkerMetadata( 
   int id,
   byte[]* data
)
C++/CLI 
public:
RasterMarkerMetadata( 
   int id,
   array<byte>^ data
)

Parameters

id
The marker id.
data
The data for the marker.

Example

For an example, refer to RasterMarkerMetadata

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also